web3.js@0.2x.x web3.toDecimal
web3.toDecimal(hexString)
HEX ζ–‡ε­—εˆ—γ‚’ζ•°ε€€εž‹οΌˆNumber)に倉換します。
パラパータ
String
HEX ζ–‡ε­—εˆ—
ζˆ»γ‚Šε€€
Number
HEXζ–‡ε­—εˆ—γ‚’ζ•°ε€€εž‹γ«ε€‰ζ›γ—γŸε€€
ァンプルコード
code:example.js
var number = web3.toDecimal('0x15');
console.log(number); // 21
参考
https://github.com/ethereum/wiki/wiki/JavaScript-API#web3todecimal
#web3.js@0.2x.x #web3.js